github.com/andybalholm/brotli.Writer.hasher_ (field)

9 uses

	github.com/andybalholm/brotli (current package)
		encode.go#L80: 	hasher_             hasherHandle
		encode.go#L620: 	if s.hasher_ != nil {
		encode.go#L621: 		s.hasher_.Common().is_prepared_ = false
		encode.go#L829: 	initOrStitchToPreviousBlock(&s.hasher_, data, uint(mask), &s.params, uint(wrapped_last_processed_pos), uint(bytes), is_last)
		encode.go#L839: 		createZopfliBackwardReferences(uint(bytes), uint(wrapped_last_processed_pos), data, uint(mask), &s.params, s.hasher_.(*h10), s.dist_cache_[:], &s.last_insert_len_, &s.commands, &s.num_literals_)
		encode.go#L842: 		createHqZopfliBackwardReferences(uint(bytes), uint(wrapped_last_processed_pos), data, uint(mask), &s.params, s.hasher_, s.dist_cache_[:], &s.last_insert_len_, &s.commands, &s.num_literals_)
		encode.go#L844: 		createBackwardReferences(uint(bytes), uint(wrapped_last_processed_pos), data, uint(mask), &s.params, s.hasher_, s.dist_cache_[:], &s.last_insert_len_, &s.commands, &s.num_literals_)
		encode.go#L861: 				hasherReset(s.hasher_)
		encode.go#L895: 			hasherReset(s.hasher_)